From: Mathieu Malaterre Date: Thu, 20 May 2021 09:27:18 +0000 (+0200) Subject: d/rules: Prefer STL over DCMTK convienient copy X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~129 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b9a82d4e3bcb88cafad40d3bdbcc42b5d433c82f;p=dcmtk.git d/rules: Prefer STL over DCMTK convienient copy Current GCC implementation passes all system inspection test. Use directly STL implementation to ease integration with other toolkits. --- diff --git a/debian/rules b/debian/rules index 210cd878..a52a018f 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk16 \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ -DDCMTK_ENABLE_CHARSET_CONVERSION:STRING='stdlibc (iconv)' \ + -DDCMTK_ENABLE_STL:BOOL=ON \ -DCMAKE_CXX_STANDARD:STRING=14 override_dh_auto_configure: